home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / pwrtcp11.exe / COMMON.H_ / COMMON.bin
Text File  |  1995-02-17  |  372b  |  12 lines

  1. // common.h
  2. //
  3. // common header files that are precompiled as saved for all PowerTCP components...
  4. //
  5.  
  6. #pragma warning (disable:4100 4355 4699 4706)
  7. #define STRICT  
  8. #include <windows.h>   
  9. #include <stdio.h>     // for size_t
  10. #include <windowsx.h> // for all _f* functions in windows NT
  11. // #include "..\include\strings.h" // for our string manipulation functions
  12.